home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Using / card_33412.txt < prev    next >
Text File  |  1990-04-02  |  4KB  |  208 lines

  1. -- card: 33412 from stack: in
  2. -- bmap block id: 33778
  3. -- flags: 0000
  4. -- background id: 31138
  5. -- name: QUESTION 1
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   hide button id 17
  9. end closeCard
  10.  
  11.  
  12. -- part 2 (field)
  13. -- low flags: 01
  14. -- high flags: 0000
  15. -- rect: left=45 top=76 right=274 bottom=261
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 3
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: 
  24.  
  25.  
  26. -- part 15 (field)
  27. -- low flags: 01
  28. -- high flags: 0000
  29. -- rect: left=20 top=51 right=69 bottom=283
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 3
  34. -- text size: 14
  35. -- style flags: 256
  36. -- line height: 18
  37. -- part name: 
  38.  
  39.  
  40. -- part 17 (button)
  41. -- low flags: 80
  42. -- high flags: A003
  43. -- rect: left=345 top=248 right=270 bottom=445
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Reference
  52. ----- HyperTalk script -----
  53.  
  54. on mouseUp
  55.   push card
  56.   visual iris open
  57.   go to card "Preview 1"
  58.   show card button "self-check"
  59.   show card field "cloak"
  60.   show card field "cloak 1"
  61.   show card field "cloak 2"
  62. end mouseUp
  63.  
  64.  
  65.  
  66.  
  67.  
  68. -- part 20 (field)
  69. -- low flags: 80
  70. -- high flags: 0000
  71. -- rect: left=324 top=160 right=197 bottom=491
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 0
  75. -- font id: 3
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: 
  80.  
  81.  
  82. -- part 28 (button)
  83. -- low flags: 00
  84. -- high flags: A003
  85. -- rect: left=363 top=163 right=185 bottom=429
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 1
  89. -- font id: 0
  90. -- text size: 12
  91. -- style flags: 0
  92. -- line height: 16
  93. -- part name: False
  94. ----- HyperTalk script -----
  95.  
  96.  
  97. on mouseUp
  98.   play boing
  99.   show button id 17
  100. end mouseUp
  101.  
  102.  
  103.  
  104. -- part 29 (button)
  105. -- low flags: 00
  106. -- high flags: A003
  107. -- rect: left=363 top=132 right=154 bottom=429
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 0 / 0
  110. -- text alignment: 1
  111. -- font id: 0
  112. -- text size: 12
  113. -- style flags: 0
  114. -- line height: 16
  115. -- part name: True
  116. ----- HyperTalk script -----
  117. on mouseUp
  118.   play "Harpsichord" tempo 180 "a es eq es f# g# a b c#5q a4s aq"
  119.   wait for 2 seconds
  120.   hide button id 17
  121.   visual scroll left
  122.   go next
  123. end mouseUp
  124.  
  125.  
  126.  
  127. -- part 33 (button)
  128. -- low flags: 00
  129. -- high flags: 0000
  130. -- rect: left=328 top=302 right=325 bottom=353
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 0 / 0
  133. -- text alignment: 1
  134. -- font id: 0
  135. -- text size: 12
  136. -- style flags: 0
  137. -- line height: 16
  138. -- part name: New Button
  139. ----- HyperTalk script -----
  140. on mouseUp
  141.   visual scroll right
  142.   go to next card
  143. end mouseUp
  144.  
  145.  
  146.  
  147.  
  148. -- part 35 (button)
  149. -- low flags: 00
  150. -- high flags: 0000
  151. -- rect: left=153 top=301 right=324 bottom=178
  152. -- title width / last selected line: 0
  153. -- icon id / first selected line: 0 / 0
  154. -- text alignment: 1
  155. -- font id: 0
  156. -- text size: 12
  157. -- style flags: 0
  158. -- line height: 16
  159. -- part name: New Button
  160. ----- HyperTalk script -----
  161. on mouseUp
  162.   visual effect scroll left
  163.   go to previous card
  164. end mouseUp
  165.  
  166.  
  167.  
  168.  
  169. -- part 37 (button)
  170. -- low flags: 00
  171. -- high flags: A004
  172. -- rect: left=202 top=303 right=324 bottom=305
  173. -- title width / last selected line: 0
  174. -- icon id / first selected line: 0 / 0
  175. -- text alignment: 1
  176. -- font id: 0
  177. -- text size: 12
  178. -- style flags: 0
  179. -- line height: 16
  180. -- part name: Using
  181. ----- HyperTalk script -----
  182. on mouseUp
  183.   answer "Exit the Self-Check?" with "Yes" or "Cancel"
  184.   if it is "Yes" then
  185.     visual checkerboard to black
  186.     go to stack "Using"
  187.   end if
  188.   if it is "Cancel" then
  189.     put "Cancel" into it
  190.   end if
  191. end  mouseUp
  192.  
  193.  
  194. -- part contents for card part 2
  195. ----- text -----
  196.  
  197.  
  198.  
  199. The Preview command instructs the scanner to perform a 75 dots per inch resolution scan.
  200.  
  201. -- part contents for card part 15
  202. ----- text -----
  203. Question
  204.  
  205. -- part contents for card part 20
  206. ----- text -----
  207. Only during routine 
  208. maintenance?